home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- echo ░░░░░▒▒▒▒████ Welcome to the Sound Ideas - Sound Effects ████▒▒▒▒░░░░░
- echo ░░░░░▒▒▒▒████ Database CDROM Installation ████▒▒▒▒░░░░░
- echo ░░░░░▒▒▒▒████ The software will now be installed onto the ████▒▒▒▒░░░░░
- echo ░░░░░▒▒▒▒████ hard drive on your machine. ████▒▒▒▒░░░░░
-
- cd \
- cd install
- copy setup.exe c:\
- echo copied setup.exe to c:\
- copy setup.inf c:\
- echo copied setup.inf to c:\
- cd\
- c:
- cd\
- win/s setup.exe
- echo deleting setup.exe
- del c:\setup.exe
- echo deleting setup.inf
- del c:\setup.inf
- goto exit
-
- :exit
- echo ░░░░░▒▒▒▒████ Done ! ████▒▒▒▒░░░░░
-